Einhugur Xml Plugin for Xojo

Node.InsertAttributeAfter Method

Inserts attribute after other attribute.

InsertAttributeAfter(
   name as String,
   attr as EinhugurXml.Attribute) as EinhugurXml.Attribute

Parameters

name
Name of the attribute to insert.
attr
The attribute will be inserted after the attribute in this parameter.

Returns

EinhugurXml.Attribute
The newly created attribute.

Remarks

See Also

Node Class